File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 4343#define _ASSERT_PAL_INITIALIZED () \
4444 do { \
4545 if (!initialized) { \
46- __android_log_print (FATAL, " ExecuTorch" , " %s" , \
47- " ExecuTorch PAL must be initialized before call to %s()" , \
48- ET_FUNCTION); \
46+ __android_log_print ( \
47+ ANDROID_LOG_FATAL, \
48+ " ExecuTorch" , \
49+ " %s" , \
50+ " ExecuTorch PAL must be initialized before call to %s()" , \
51+ ET_FUNCTION); \
4952 } \
5053 } while (0 )
5154
@@ -134,7 +137,7 @@ et_tick_ratio_t et_pal_ticks_to_ns_multiplier(void) {
134137#pragma weak et_pal_emit_log_message
135138#endif // _MSC_VER
136139void et_pal_emit_log_message (
137- ET_UNUSED et_timestamp_t timestamp,
140+ ET_UNUSED et_timestamp_t timestamp,
138141 et_pal_log_level_t level,
139142 ET_UNUSED const char * filename,
140143 ET_UNUSED const char * function,
You can’t perform that action at this time.
0 commit comments