getDebugInstructions function
π INSTRUΓΓES DE DEBUG
Implementation
Future<String> getDebugInstructions() async {
return '''
π§ COMANDOS DE DEBUG:
π± ADB LOGCAT:
β’ VPN: adb logcat | grep "π \\[VPN\\]"
β’ Keywords: adb logcat | grep "π \\[KEYWORD"
β’ Geral: adb logcat | grep "π\\|π\\|π¨"
π§ͺ MΓTODOS DE TESTE:
β’ await diagnosticCompleteSystem()
β’ await testKeywordDetection()
β’ await debugCurrentConfig()
π§ EM CASO DE PROBLEMAS:
β’ await emergencyStop()
β’ await repairSystem()
π FLUXO RECOMENDADO:
1. await requestVpnPermission()
2. await requestAccessibilityPermission()
3. await startBlockerVpn()
4. await startBlockerKeywords(['bet', 'casino'], redirectRoute: '/block')
''';
}