Top 6 Apps Similar to NotificationListener | DEBUG

Device Debug 1.0
M Usman Afzal
Device debug lets you debug application on your phone. No needtoconnect phone with PC to see the logs. You can just opendevicedebug application, enter your application filter and youcanmonitor all logs by your application. It is helpful to monitorrealtime logs from application.
APDU Debug 1.2
NFC ISO-14443-4 Raw data tester
Settings Debugger 1.0.2
*************************** ROOT required ** busybox required ***************************Debug your Sqlite Databases.Debug your Shared Preferences.Try to hack your own app via changing settings.Features:Browse all your installed apps, see every setting-file, theappuses.Browse, inspect and debug SQLite databases and sharedpreferencesfiles.Kill the app, quick uninstall the app, or even quick clearthefiles.Start viewing the content of the file / database simply byclickingthe button with the given filename.Shared Preferences:Easily change the values of the shared prefs.NOTE: all values are typesafe!Delete a preference entry, simply by using the "swipe todismiss"pattern.Or delete the whole shared prefs file.SQLite Databases:Raw query the SQLite databases (eg SQL statement overseveraltables)Long click the table / index / trigger / view to see thecreatestatementEdit / Delete / Copy a row simply by selecting the desired rowanduse the actionbar options (menu options)- supports multiple delete rows (by long click)Add a new row from scratch.NOTE: all values are typesafe!Select columns you want to see.Create a custom order.Used Permissions:check license via Google Licensing:* com.android.vending.CHECK_LICENSE* android.permission.READ_PHONE_STATEsuperUser:* android.permission.ACCESS_SUPERUSER
Dev Tools(Android Developer) 6.10.0-gp
Trinea
Powerful and Essential Tool for Android Developer.✓Surprise✓Automation
Wireless Debug 1.0
Mapedy
Wireless Debug is the tool for thedeveloperswho want to debug their code without using a USBcable.You get a nice looking widget that can be added to your screentoeasily turn on and off the wireless debug.ROOT IS NEEDED!
Debug Kitty logcat widget AlphaOne
John Hemming
A widget which displays logcat records.Thiscan be used to debug android applications and widgets. Itstores aselection of records.Tapping on an individual record will display the details of afewrecords before that record and a few records after that recordin afull screen display.Tapping on the title of the widget gives a list of processesandyou can select which process number you wish to select therecordsfor.It is also possible under settings to set a level filter andasearch text filter. It is particularly useful that you canalsodefine the PID numbers of processes that you wish to ignore.Thatassists when you want to track a new process and don't knowthenumber before you go into settings. hence it will exclude themorecommon processes.Restart - clears the buffer (it stores its own buffer) andthenstarts collecting again. Refresh makes sure that the bufferisavaialble.It has been kept narrow so that it can be used to watchaddeddebug records on a home screen whilst some other functionisrunning potentially in another widget on the same screen. Ithasbeen used to debug the call list widget.