343b2f165cfec807119c4fd4f0d6542e6eb70b7b
CollectTracesComponent used to correctly notify AppComponent through callbacks, but the Angular change detection was not always triggered (no input change), AppComponent was not updated and the UI would hang with the message "Loading data..." or would not respond to "Upload new" botton clicks. This commit solves the issue by manually triggering the Angular change detection through ChangeDetectorRef#detectChanges(). Fix: b/256602610 Fix: b/256766721 Test: start winscope and collect a trace through ADB proxy Change-Id: Iddbcc6a29c5d5a502f294b4fc49295dc06c9f00b
Description
android_development
Languages
PostScript
31.4%
TypeScript
16.9%
C++
15.5%
Python
11.8%
Java
11.4%
Other
12.7%