Limit the size of the containers and make it scrollable

Summary:
Improves the UI of crash reporter plugin

- Added max height on the value container with scrollable capabilities
- Fixed the bug in UI of the plugin where it showed the latest crash data even though one navigated to the plugin from old crash notification

Reviewed By: danielbuechele

Differential Revision: D13307302

fbshipit-source-id: 97eb96d3d9947a2835cd5572053256e0bdc01e27
This commit is contained in:
Pritesh Nandgaonkar
2018-12-04 05:50:02 -08:00
committed by Facebook Github Bot
parent 9cfa1b3074
commit e84e859fc1
3 changed files with 23 additions and 5 deletions

View File

@@ -46,7 +46,6 @@ export default class AndroidDevice extends BaseDevice {
if (entry.priority === Priority.FATAL) {
type = 'fatal';
}
this.notifyLogListeners({
tag: entry.tag,
pid: entry.pid,