gaojun0816
gaojun0816
 As shown in the image, I ran the analysis with the same APK and parameters 4 times and the leak number changes every time! Is this normal? I used...
In order to find out the dynamically registered JNI functions, you have to spot the use of JNI API function `RegisterNatives`. In your *nativedroid*, you have follow in code to...
By using the CLI, is there a way to repair run the tasks which failed? I saw the REST API provide such a functionality, but I did not find it...
Fixed issue that when headphone devices (including wired and Bluetooth) disconnected the current audio continues to play. After the fix, after headphones disconnection, audio play will be stopped automatically. Also,...
The start/pause button does not change the images on service notification when the button pressed. The pull request fixed this issue.