-
Notifications
You must be signed in to change notification settings - Fork 14
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
Interaction.devicelogs is empty #8
Comments
Hi, Those logs are created using "inlined" apks, where the API calls are monitored. The monitor is available at: You should inline your apk with it to log the start activity calls and should run this inline apk with the flag: Please note that this feature is highly experimental and works only on Android 6 to 9 |
Hi, After I inline apk, I cannot install the apk on the emulator. The installation process appeared the error: From your wiki (https://github.com/uds-se/droidmate/wiki/Monitoring-and-restricting-APIs), you noticed that "Note: Inlined apps do not work on emulators." Is that the reason for this issue? |
Could you attach the apk for debugging? I haven't seen this error yet and cannot reproduce with the apks which I normally use for testing. |
I forgot to add an answer to this point. We use the library ArtHook as a proxy between the app and the OS. This library doesn't support x86 architecture, just ARM. |
Assuming everything is working since there was no feedback after the solution |
Dear,
I tried to use your ActivitySeenSummary model feature but I realized that devicelogs of all interactions are empty. Do I have to configure anything to record devicelogs for each interaction?
Thank you.
The text was updated successfully, but these errors were encountered: