mirror of
https://github.com/adelphes/android-dev-ext.git
synced 2025-12-23 09:59:25 +00:00
set configurable trace logging and update section names
This commit is contained in:
@@ -31,8 +31,6 @@ function parseMethodBodies(unit, typemap) {
|
||||
* @returns {import('./parsetypes/parse-problem')[]}
|
||||
*/
|
||||
function validate(unit, androidLibrary) {
|
||||
console.time('validation');
|
||||
|
||||
let probs = [];
|
||||
|
||||
const module_validaters = [
|
||||
@@ -54,7 +52,6 @@ function validate(unit, androidLibrary) {
|
||||
module_validaters.map(v => v(unit.types, unit)),
|
||||
...probs,
|
||||
];
|
||||
console.timeEnd('validation');
|
||||
|
||||
function flatten(arr) {
|
||||
let res = arr;
|
||||
|
||||
Reference in New Issue
Block a user