Skip to content

Instantly share code, notes, and snippets.

@frals
Last active August 29, 2015 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save frals/f9dc3a70628fbdbc6a82 to your computer and use it in GitHub Desktop.
Save frals/f9dc3a70628fbdbc6a82 to your computer and use it in GitHub Desktop.
egrep lines for filtering android logcat
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