I need a way to check whether or not my android app is currently being debugged (there's a condition we check for on startup that I specifically do -not- want to check when the debugger is running). Does such a beast exist?
You need to look at isDebuggerConnected.
But it is considered a very bad practice to make your application's behavior dependent on whether debugger connected or not. This may lead to some hard to catch bugs. So be careful.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With