Ajit Singh

Results 9 comments of Ajit Singh

ok, I will do it as part of the next release.

@X-Ryl669 Thanks for the PR. Initially when I designed this lib I thought the cleaning of old data will be taken care by uninstalling the app or deleting the data...

You can still query the list of crashes from Sherlock with the help of `Sherlock.getAllCrashes()`. And when the list is not empty then start the CrashListActivity. But the problem with...

@X-Ryl669 I believe the main problem here is the cyclic nature of the crash. We should try and fix that. I don't want to change Sherlock just for it. Although...

Hi @IzzySoft, this app is no longer maintained. If you want any specific feature, please fork the repo.

Hi Shashank, The current version of the pairing matrix does not support multiple regex. This can be a useful feature however I would need some time to implement it because...

@ucdevinda123 could you please give the exact stack trace or error message. Also which OS are you using?

Looks like your JAVA_HOME is not set. please set JAVA_HOME and try again. And disown is a built in shell command, i am not sure why its not available on...

Hi @DipenBhagat , I have made sure that this demo works for Oreo as well. Please go through this [commit](https://github.com/ajitsing/AlarmManagerAndReceiver/commit/45af425cc8f116b9a4ee1d790f05448036fd99fc) where I have taken API 26 into consideration. I have...