-
-
Save frals/f9dc3a70628fbdbc6a82 to your computer and use it in GitHub Desktop.
egrep lines for filtering android logcat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias filter_sony='egrep -v "^I/Activity|^D/StatusBar|^D/Camera|^I/InternalIcing|^I/SocialEngine|^I/PackageManager|^I/SemcDlna|^(I|D|W)/GAV|^W/fb4|^D/Tethering|^I/Huey|^I/Network|^E/MusicUnlimited|^E/GoogleTag|^(D|W)/lights-sniffer|^D/Backlight|^D/mfslib"' | |
alias filter_samsung='egrep -v "LockPatternUtilsCache|CarMode|BatteryService|MotionRecognition|Keyguard|STATUSBA|^D/BatteryMeter|^E/SMD|^D/SSRM|^E/Watchdog|^D/Tima|^V/Alarm|^D/Connectivity|^D/DateView|^I/PowerManagerService|^D/NtpTrustedTime|^D/StatusBar|^I/WifiState|^I/Surface|^D/Recents|^D/KnoxTimeout|^V/Window|^D/CustomFreq|CAE|^E/WifiState|^I/TLC_TIMA|^W/IInputCon|^I/OpenGLRender|^D/NetworkMo|^D/Sensor|^I/Input|^D/lights|^I/SQLite|^D/mayu|audio_route|NfcService|NxpNfcJni|UserPresentB|audio_hw_primary|AudioPolicyManager|wpa_supplicant|CLocInfoService|LocSvc_|VisualEffectParticle|SecContentProvider|PowerManagerService|PanelView|CoverUI|PalmMotion|LightsService|GeoLookout|libpersona|TaskCloserActivity|SettingsProvider|Mms|camera|Camera|AwesomePlayer|QSpanel|OggExtractor"' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment