summaryrefslogtreecommitdiff
path: root/src/com/android/customization/module/StatsLogUserEventLogger.java
AgeCommit message (Collapse)Author
2021-05-01Add color logging functionKunhung Li
- logColorApplied() Bug: 186193935 Test: build & statsd_testdrive 179 Change-Id: I650d9f836b4c40fecc2f82d03ff0d01777fb421b
2021-04-01Log WPPG launch source (2/2)Wesley.CW Wang
- Log the launch source when launched by settings search Bug: 183071440 Test: m -j40; manually Change-Id: I391b5ead24d54b5127fa6d9977b3c1b74128078f
2021-01-27Updating to protoliteSunny Goyal
Test: Presubmit Bug: 178631736 Change-Id: I289034559aa96e62ca4a319b19a0204dde96d853
2020-12-16Fix the app crash when applying the wallpaper which doesn't have the ↵Chuck Liao
collection id. Ex. the default system wallpaper(the pink wallpaper) Bug: 172529099 Change-Id: I162ceba7d892d21236f3fa7fb2bc14cec9cf8026
2020-10-12Logging WPPG launch source (3/4)Wesley.CW Wang
- Log the launch source when entering CustomizationPickerActivity Bug: 154781896 Change-Id: Iaa339a456c4bf453c6420411ed1ba9632ac4f13a
2020-09-23Extend SysUiStatsLog.write functionKunhung Li
Add DatePreference parameter into SysUiStatsLog.write() Bug: 168680386 Test: build & statsd_testdrive 179 Change-Id: Ie6eb44ac71e266fb383e433f1150fcc4667dd772
2020-02-24Add live wallpaper logging functionsKunhung Li
Prepare logging functions to log below behaviors. - LIVE_WALLPAPER_INFO_SELECT - LIVE_WALLPAPER_CUSTOMIZE_SELECT Bug: 149981022 Test: Manual Change-Id: I42afd7339950b09db43c7ccdfc691dbe5c14374a
2020-02-15Correct wallpaper preview loggingKunhung Li
- Wallpaper "preview" and "apply" logging are called by logIndividualWallpaperSelected() and logWallpaperSet() separately. Its collectionId should be aligned at the same parameter. - Correct parameter position in logIndividualWallpaperSelected(). Bug: 149462912 Test: Manual Change-Id: I3c1737295c80f81e95eeddc4547a221f2d11ff20
2020-01-30Migrate WallpaperStatsLog.java to genrule inside Android.bpHyunyoung Song
Test: build success, logging verified Bug: 147824671 Change-Id: I9abd57fa3a791167763109053dff44000d5bdcf0
2019-09-19Add missing wallpaper id hashSantiago Etchebehere
Bug: 123356136 Change-Id: I6b157aa1ecf5d313b0cc03fa69a01a5d23120371
2019-09-19Fix WW wallpaper logging eventsSantiago Etchebehere
We were using WALLPAPER_SELECT for both open category and wallpaper applied. Bug: 123356136 Change-Id: If655adcfd05f5090091a6422ba9ef89014219956
2019-08-12Remove SystemUISharedLib dependency from ThemePickerHyunyoung Song
Bug: 136199516 Change-Id: Id2cb53342c3ec5aff151d1ebf4df0f0ceed14897
2019-07-18Make ThemePicker unbundled and not crash when sideloadedHyunyoung Song
Bug: 136199516 1. source: qt-r1-dev branch 2. command: stats-log-api-gen --java WallpaperStatsLog.java --module style --javaPackage com.android.customization.module --javaClass "WallpaperStatsLog" Change-Id: Ibddba41ccc4922944262df739c621e99aa39f3cb
2019-06-19Add variants of ONRESUME eventHyunyoung Song
Bug: 135595582 Change-Id: I16f16a835c3c178343f84e03041d30928009ab97
2019-06-10Re-enable WW loggingHyunyoung Song
Bug: 123356136 Change-Id: I8014886edbeea3a56b1731f8722a3a895be2166b
2019-04-09Add infrastructure for logging in TPSantiago Etchebehere
This CL only adds the logger, it's not being called from anywhere yet. That will come in a follow-up CL. StatsLogEventLogger for now only logs to logcat, StatsLogCompat calls are currently commented out as it's not fully working. Bug: 129365634 Change-Id: I81eba2956c07c5a59831a2805171200d6b1174cd