@@ -197,7 +197,7 @@ def test_120_android_build_release_with_bundle_and_snapshot_and_uglify(self):
197
197
def test_200_run_android_with_bundle_sync_changes (self ):
198
198
log = Tns .run_android (attributes = {'--path' : self .app_name ,
199
199
"--bundle" : "" ,
200
- '--device' : EMULATOR_ID }, wait = False , assert_success = False )
200
+ '--device' : EMULATOR_ID }, wait = False , assert_success = False , log_trace = True )
201
201
Tns .wait_for_log (log_file = log , string_list = Helpers .wp_run , not_existing_string_list = Helpers .wp_errors ,
202
202
timeout = 240 )
203
203
Helpers .android_screen_match (image = self .image_original , timeout = 120 )
@@ -222,7 +222,7 @@ def test_210_run_android_with_bundle_uglify_sync_changes(self):
222
222
log = Tns .run_android (attributes = {'--path' : self .app_name ,
223
223
"--bundle" : "" ,
224
224
"--env.uglify" : "" ,
225
- '--device' : EMULATOR_ID }, wait = False , assert_success = False )
225
+ '--device' : EMULATOR_ID }, wait = False , assert_success = False , log_trace = True )
226
226
Tns .wait_for_log (log_file = log , string_list = Helpers .wp_run , not_existing_string_list = Helpers .wp_errors ,
227
227
timeout = 180 )
228
228
Helpers .android_screen_match (image = self .image_original , timeout = 120 )
@@ -248,7 +248,7 @@ def test_220_run_android_with_bundle_uglify_aot_sync_changes(self):
248
248
"--bundle" : "" ,
249
249
"--env.uglify" : "" ,
250
250
"--env.aot" : "" ,
251
- '--device' : EMULATOR_ID }, wait = False , assert_success = False )
251
+ '--device' : EMULATOR_ID }, wait = False , assert_success = False , log_trace = True )
252
252
Tns .wait_for_log (log_file = log , string_list = Helpers .wp_run , not_existing_string_list = Helpers .wp_errors ,
253
253
timeout = 180 )
254
254
Helpers .android_screen_match (image = self .image_original , timeout = 120 )
0 commit comments