Summary: This diff adds a level to LogBox logs so that we can store and display errors in later diffs Changelog: [Internal] Reviewed By: cpojer Differential Revision: D18091101 fbshipit-source-id: 21661d28a7945bdcb56702e2a03ab3612c11fe35
Summary: This diff cleans up two functions from: ``` LogBoxLogData.add({args: ['A']}); LogBoxLogParser({args: ['A']}); ``` to: ``` LogBoxLogData.add(['A']); LogBoxLogParser.parseLog(['A']); ``` Changelog: [Internal] Reviewed By: cpojer Differential Revision: D18056462 fbshipit-source-id: be6108069fc24b1f25d1382ad31c314183c793f8