Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_frameworks_base
/
f60c8ff09d1fe640f9ad66d0e5a07653bd39a2d7
/
cmds
/
statsd
/
src
/
StatsService.cpp
432f370
Fix print-logs
by Ruchir Rastogi
· 5 years ago
ca376d7
Merge "Incident dump does not include current bucket" into rvc-dev am: 298dd714eb am: 35333908f9
by TreeHugger Robot
· 5 years ago
61f869e
Incident dump does not include current bucket
by Tej Singh
· 5 years ago
9df029f
Merge "Inject DeviceIdle atom before boot completes" into rvc-dev am: e9e4428d4d am: 3939c13ce4
by Ruchir Rastogi
· 5 years ago
04c3476
Inject DeviceIdle atom before boot completes
by Ruchir Rastogi
· 5 years ago
c5cdb1b
Merge "Statsd: pull once per event time" into rvc-dev am: b16d28f239 am: 10ab3d2947
by Tej Singh
· 5 years ago
7b975a8
Statsd: pull once per event time
by Tej Singh
· 5 years ago
ec94506
Merge "Handle race conditions in SCS when statsd dies" into rvc-dev am: 76994e73a7 am: 235b5837a0
by Ruchir Rastogi
· 5 years ago
e92edba
Handle race conditions in SCS when statsd dies
by Ruchir Rastogi
· 5 years ago
3fcec77
Merge "Split buckets on boot complete" into rvc-dev am: affc08a340 am: 3463279428
by Tej Singh
· 5 years ago
affc08a
Merge "Split buckets on boot complete" into rvc-dev
by Tej Singh
· 5 years ago
0729e93
Merge "Remove IStatsd reference from StatsLog.java" into rvc-dev am: 64c55e7e8a am: e6bf183761
by Jeffrey Huang
· 5 years ago
e678cb7
Split buckets on boot complete
by Tej Singh
· 5 years ago
d8a7f94
Remove IStatsd reference from StatsLog.java
by Jeffrey Huang
· 5 years ago
d12d6ed
Merge "Add NamedLatch to statsd" into rvc-dev am: 259e20acec am: ca23465430
by TreeHugger Robot
· 5 years ago
769f35f
Add NamedLatch to statsd
by Tej Singh
· 5 years ago
49e26c9
Merge changes I3f912418,Idd2465d5 into rvc-dev am: b010fc5534 am: 50c05bdbf7
by Jeffrey Huang
· 5 years ago
d8f5330
Send boot completed to statsd
by Jeffrey Huang
· 5 years ago
d7fda53
Send puller registration signal to statsd
by Jeffrey Huang
· 5 years ago
088e07b
Merge changes Icd1b1e57,Ib9c6b9b4 into rvc-dev am: 898dda3919 am: 16024fbfde
by Jeffrey Huang
· 5 years ago
898dda3
Merge changes Icd1b1e57,Ib9c6b9b4 into rvc-dev
by Jeffrey Huang
· 5 years ago
475677e
Load Metadata from Disk
by Jeffrey Huang
· 5 years ago
b8f5403
Save metadata to Disk
by Jeffrey Huang
· 5 years ago
49e4d9c
Merge changes from topic "tej-uid" into rvc-dev am: 0ac1c345a4 am: d4b44af54d
by TreeHugger Robot
· 5 years ago
3be093b
Uid Sandboxing of Pullers
by Tej Singh
· 5 years ago
592d6bf
use vector<uint8_t> for byte[] in AIDL
by Jooyung Han
· 5 years ago
73597dc
Statsd update for native puller api feedback
by Tej Singh
· 5 years ago
10458ec
Enforce permission on native puller API
by Tej Singh
· 5 years ago
75274ad
Merge "Remove apex_available from libstatslog" into rvc-dev
by Jeffrey Huang
· 5 years ago
74fc435
Remove apex_available from libstatslog
by Jeffrey Huang
· 5 years ago
1497e8f
Fix TODOs made during migration to libbinder_ndk
by Ruchir Rastogi
· 5 years ago
72a70a8
Address Puller API Feedback
by Tej Singh
· 5 years ago
d7674c2
Fix bug in StatsService which prevents any shell command from execution.
by Stanislav Zholnin
· 5 years ago
e449b0c
Move statsd (and tests) to libbinder_ndk
by Ruchir Rastogi
· 5 years ago
703c42f
Add support for multi train logging
by Jonathan Nguyen
· 5 years ago
0e0313c
Migrate StatsHal
by Jeffrey Huang
· 5 years ago
a0e6de1
Update StatsLogProcessor to handle BinaryPushStateChanged
by Jonathan Nguyen
· 5 years ago
88b313e
Merge "Delete unused imports in Statsd"
by Jeffrey Huang
· 5 years ago
cabd127
Delete unused imports in Statsd
by Jeffrey Huang
· 5 years ago
0563e3b
statsd checks permissions using SCS
by Ruchir Rastogi
· 5 years ago
67ad2e7
Delete References to Statsd in StatsManager
by Jeffrey Huang
· 6 years ago
8f35860
Unregister native pull atom callback
by Tej Singh
· 6 years ago
2f18c0a
Keep subscibers when configs are deleted
by Jeffrey Huang
· 6 years ago
94eafe7
Update Add/Remove Configuration
by Jeffrey Huang
· 6 years ago
04f948b
Update getReports
by Jeffrey Huang
· 6 years ago
9613a97
Update getStatsMetadata
by Jeffrey Huang
· 6 years ago
80c9a97
Update getRegisteredExperimentIds
by Jeffrey Huang
· 6 years ago
4f2e6bd
Update setBroadcastSubscriber
by Jeffrey Huang
· 6 years ago
47537a1
Update activeConfigsChangedBroadcast
by Jeffrey Huang
· 6 years ago
ad21374
Creating PendingIntentRef
by Jeffrey Huang
· 6 years ago
fa1c137
Allow pullAtomCallbacks to be unregistered in Java
by Tej Singh
· 6 years ago
161c075
Rename IStatsManager to IStatsd
by Jeffrey Huang
· 6 years ago
dd1daba
Log watchdog-initiated rollback reason
by Gavin Corkery
· 6 years ago
addd10c
Merge "Binder API for native pulled atoms"
by TreeHugger Robot
· 6 years ago
6bd2157
Add statistics logging for MediaProvider.
by Jeff Sharkey
· 6 years ago
b780251
Binder API for native pulled atoms
by Tej Singh
· 6 years ago
339650b
Merge "Statsd implementation of puller API"
by TreeHugger Robot
· 6 years ago
6a5c943
Statsd implementation of puller API
by Tej Singh
· 6 years ago
9ec159a
Fix Race Condition
by Tej Singh
· 6 years ago
5918429
Java API for pulled atoms
by Tej Singh
· 6 years ago
c9250ce
Security Fix: Race Condition + NPE
by Tej Singh
· 6 years ago
585422a
Merge "Fixes the bug that can occur when StatsCompanionService calls StatsService to update UID data and overflows kernel transfer buffer." into qt-dev
by TreeHugger Robot
· 6 years ago
11e0d40
Fixes the bug that can occur when StatsCompanionService calls
by Max Dashouk
· 6 years ago
73f8e9b
Statsd: Add watchdog rollback to experiment ids
by Tej Singh
· 6 years ago
f53d445
Persist active metric status across system server
by Tej Singh
· 6 years ago
e989ff5
Merge "Adb command for binary push logging" into qt-dev
by TreeHugger Robot
· 6 years ago
53f9dee
Adb command for binary push logging
by Tej Singh
· 6 years ago
844694b
Save EventActivations to disk
by Muhammad Qureshi
· 6 years ago
9b4a5ec
AML: update experiment id logic
by Tej Singh
· 6 years ago
996f40d
Write active metrics to disk on all shutdown cases
by jianjin
· 6 years ago
b4f56c5
Merge "Make StatsLog drop less."
by Yao Chen
· 6 years ago
0f86186
Make StatsLog drop less.
by Yao Chen
· 6 years ago
fa2f91c
Add an API to read experiment IDs.
by Jeff Hamilton
· 6 years ago
99598ee
incidentd can now handle multiple callers asking it for incident reports
by Joe Onorato
· 6 years ago
bbe311c
Maintain existing train information
by Jonathan Nguyen
· 6 years ago
f4ca824
Update TrainInfo and BinaryPushStateChanged atoms
by Muhammad Qureshi
· 6 years ago
8928ed7
Stats HAL atoms use stats_write
by Tej Singh
· 6 years ago
a2fc124
fix binary push flag usage
by Chenjie Yu
· 6 years ago
6c75ecd
Introduces an option to set a dump latency requirement.
by Olivier Gaillard
· 6 years ago
826e270
Merge "Add more alert details to incidentd header."
by TreeHugger Robot
· 6 years ago
97dbb20
TrainInfo persist onto disk
by Chenjie Yu
· 6 years ago
4ce0729
Add more alert details to incidentd header.
by Yao Chen
· 6 years ago
afe83a6
Merge "add api to log BinaryPushStateChanged atom"
by Chenjie Yu
· 6 years ago
6b1667c
add api to log BinaryPushStateChanged atom
by Chenjie Yu
· 7 years ago
6ede28b
Statsd sends active config broadcasts
by Tej Singh
· 6 years ago
a0c89dd
Statsd Puller Callback Registration
by Tej Singh
· 6 years ago
c7939cb
Persist active metrics to disk and read back
by Chenjie Yu
· 6 years ago
2c9ef2a
APIs for registering config activation broadcasts
by Tej Singh
· 7 years ago
58174da
statsd implementation of vendor atom
by Maggie White
· 7 years ago
b8fd1e9
statsd: implement Speech DSP stat report
by Carter Hsu
· 7 years ago
fc1aa59
statsd implementation of USB port overheat event reporting
by Maggie White
· 7 years ago
35cb8d6
Add a timeout option in shell subscriber.
by Yao Chen
· 7 years ago
0bd73db
Puller refactor
by Chenjie Yu
· 7 years ago
fcfa0ee
Merge "Statsd dumpsys handles multiple and saved configs"
by TreeHugger Robot
· 7 years ago
c71d901
Statsd dumpsys handles multiple and saved configs
by Bookatz
· 7 years ago
d238657
StatsService allows uids to impersonate themselves
by Bookatz
· 7 years ago
3e90658
statsd local tool
by Bookatz
· 7 years ago
b1c6ba0
Merge "Statsd uidmap includes vers string and installer"
by TreeHugger Robot
· 7 years ago
ff71cad
Statsd can dump data as proto to bugreport
by Bookatz
· 7 years ago
730403e
Statsd uidmap includes vers string and installer
by dwchen
· 7 years ago
Next »