Loading tools/protologtool/src/com/android/protolog/tool/ProtoLogTool.kt +1 −4 Original line number Diff line number Diff line Loading @@ -445,10 +445,7 @@ object ProtoLogTool { println("CodeProcessingException " + "(${index + 1}/${injector.processingErrors.size}): \n${it.message}\n") } // Do not fail the build if there are processing errors. // TODO (b/370425985): Set to 1 once the bug is fixed, so we fail the build if there // are processing errors. exitProcess(0) exitProcess(1) } } catch (ex: InvalidCommandException) { println("InvalidCommandException: \n${ex.message}\n") Loading Loading
tools/protologtool/src/com/android/protolog/tool/ProtoLogTool.kt +1 −4 Original line number Diff line number Diff line Loading @@ -445,10 +445,7 @@ object ProtoLogTool { println("CodeProcessingException " + "(${index + 1}/${injector.processingErrors.size}): \n${it.message}\n") } // Do not fail the build if there are processing errors. // TODO (b/370425985): Set to 1 once the bug is fixed, so we fail the build if there // are processing errors. exitProcess(0) exitProcess(1) } } catch (ex: InvalidCommandException) { println("InvalidCommandException: \n${ex.message}\n") Loading