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
Post a Comment