Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

strmon example not working for other processes #15

Open
akshaykochar opened this issue Nov 29, 2015 · 0 comments
Open

strmon example not working for other processes #15

akshaykochar opened this issue Nov 29, 2015 · 0 comments

Comments

@akshaykochar
Copy link

Hi, I am trying to create a logging functionality for a app I am writing. To test ddi, I ran strmon example with my app but it does not seem to work?? My app has some compareTo string operations. Can someone tell me what I am doing wrong? basically I am able to call hijack on my app but strmon.log is always empty. My app does not get killed and is working fine? could u please let me know how to use ddi strmon on my own app?

Even if I run a simple piece of code in my app; strmon.log does not seem to record it. Example code

String str = "Hello World";
String anotherString = "hello world";
Object objStr = str;
System.out.println( str.compareTo(anotherString) );

Also for com.android.contacts it just prints libstrmon: started and does not print anything else? I am really confused and would like some help to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant