You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run the app, the "Next" and "Previous" buttons will stop working after a few seconds and eventually, the app shows the message:
"Fridadetect is not responding"
In AntiDebugService.java:
If I comment out only AntiDebugManager.X(), I get the same response
If I comment out only AntiDebugManager.antiDebug() then everything is working and the buttons work.
The text was updated successfully, but these errors were encountered:
When I run the app, the "Next" and "Previous" buttons will stop working after a few seconds and eventually, the app shows the message:
"Fridadetect is not responding"
In
AntiDebugService.java
:If I comment out only
AntiDebugManager.X()
, I get the same responseIf I comment out only
AntiDebugManager.antiDebug()
then everything is working and the buttons work.The text was updated successfully, but these errors were encountered: