pid in histogram JSON is always 1 on linux |
||
Issue descriptionStatsCollectionController::GetHistogram returns a histogram in JSON format including a 'pid' entry. Due to issue 501069 this 'pid' value is always 1. This prevents the SubtractHistogram protection in (catapult histogram_util.py) from kicking in. The code should probably be changed from GetCurrentProcId() to GetUniqueIdForProcess().
,
Nov 25 2016
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Nov 25 2016