debugging - How do i tell if i'm in the debugger under android? -


i need way check whether or not android app being debugged (there's condition check on startup -not- want check when debugger running). such beast exist?

you need @ isdebuggerconnected.

but considered bad practice make application's behavior dependent on whether debugger connected or not. may lead hard catch bugs. careful.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -