summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove Brillo-specific LOCAL_MODULE_TAGSDan Willemsen2016-07-311-6/+0
* Merge "Fix google-explicit-constructor warnings in system/core."Chih-hung Hsieh2016-07-293-3/+3
|\
| * Fix google-explicit-constructor warnings in system/core.Chih-Hung Hsieh2016-07-263-3/+3
* | Fix clang-tidy performance warnings in metricsd/uploader.Chih-Hung Hsieh2016-07-272-2/+2
|/
* core: Update libchrome APIs to r395517Luis Hector Chavez2016-05-261-1/+3
* metricsd: Remove release/aquire semantic from scoped_ptr/unique_ptrAlex Vakulenko2016-04-081-15/+15
* metricsd: Fix upload service to compile with new libchrome versionAlex Vakulenko2016-03-181-0/+1
* Add .clang-format symlink to Brillo's clang-format.Alex Deymo2016-02-161-10/+1
* Fix UploadService unittests.Alex Deymo2016-02-101-0/+4
* Merge "metricsd: Create a brillo::MessageLoop."Alex Deymo2016-02-042-2/+7
|\
| * metricsd: Create a brillo::MessageLoop.Alex Deymo2016-02-042-2/+7
* | Unit tests: Compile only on 'eng' builds.Jorge Lucangeli Obes2016-02-041-2/+2
|/
* crash_reporter: Fix paths for kernel panic collectionSteve Fung2016-02-021-1/+2
* metricsd: Removing brillo::Any from weaved's public APIsAlex Vakulenko2016-01-287-54/+10
* Add BinPackArguments: false to .clang-formatAlex Deymo2016-01-251-0/+1
* metricsd: Add more assert clause.Bertrand SIMONNET2016-01-222-0/+5
* libmetrics: Update BASE_VERS to 369476Alex Vakulenko2016-01-201-1/+1
* crash_reporter/metricsd: Update libchrome APIs to r369476Alex Vakulenko2016-01-204-13/+17
* metricsd: Add tests to the default debug build.Bertrand SIMONNET2016-01-191-0/+6
* metricsd: Persist metrics on shutdown.Bertrand SIMONNET2016-01-191-0/+1
* metricsd: Persist the metrics to disk periodically.Bertrand SIMONNET2016-01-127-40/+170
* metricsd: Cleanup on TERM signal.Bertrand SIMONNET2016-01-129-48/+141
* metricsd: Split out the trait name from the command nameAlex Vakulenko2016-01-081-8/+6
* metrics: Switch to use Binder interface to weavedAlex Vakulenko2016-01-072-37/+54
* Merge "Fix documentation."Bertrand Simonnet2016-01-063-170/+147
|\
| * Fix documentation.Bertrand SIMONNET2016-01-063-170/+147
* | Use specific users for metricsd/metrics_collector.Jorge Lucangeli Obes2016-01-062-6/+6
|/
* metrics_collector: Fix build of testsTodd Poynor2016-01-051-2/+2
* Remove metrics collector service trampolineTodd Poynor2016-01-056-134/+29
* Disable RTTI in crash_reporter and metricsdAlex Vakulenko2016-01-041-4/+0
* metricsd: Replace scoped_ptr with unique_ptr.Bertrand SIMONNET2015-12-2211-53/+58
* Fix metricsd to conform to the lastest server schemaAlex Vakulenko2015-12-162-8/+10
* metrics_collector: add libmetricscollectorservice binder serviceTodd Poynor2015-12-1011-117/+345
* Merge "metricsd binder: Abort if fail to register service"Todd Poynor2015-12-101-2/+6
|\
| * metricsd binder: Abort if fail to register serviceTodd Poynor2015-12-091-2/+6
* | metricsd: Update to use new component/trait APIs from weavedAlex Vakulenko2015-12-095-35/+32
|/
* metricsd: Remove unused type declarationsAlex Vakulenko2015-12-081-2/+0
* metricsd: Allows introspecting the metrics.Bertrand SIMONNET2015-12-046-3/+50
* metrics: Remove user action logic.Bertrand SIMONNET2015-12-046-52/+1
* metricsd: Log over binder.Bertrand SIMONNET2015-12-0322-1155/+487
* metricsd: Add clang format config.Bertrand SIMONNET2015-12-021-0/+9
* metricsd: Use different directories for each daemon.Bertrand SIMONNET2015-11-3013-66/+101
* metricsd: Specify directory for persistent integers.Bertrand SIMONNET2015-11-309-92/+63
* metricsd: Split into two daemons.Bertrand SIMONNET2015-11-1814-288/+335
* metricsd: Don't upload if product id is empty.Bertrand SIMONNET2015-11-173-1/+14
* metricsd: Remove dead code.Bertrand SIMONNET2015-11-134-123/+0
* metricsd: Fix the update channel parsing logic.Bertrand SIMONNET2015-11-122-6/+6
* metricsd: Fix logging initialization.Bertrand SIMONNET2015-11-102-5/+20
* metricsd: add SendBoolToUMA to metrics interfaceNathan Bullock2015-11-063-0/+12
* metricsd: Collect average cpu usage information.Bertrand SIMONNET2015-11-046-65/+250