]Report wrong city name option is not working when chrome is selected default Browser app from main settings
Reported by
shiva...@samsung.com,
Sep 18 2017
|
||
Issue descriptionSteps to reproduce the problem: idle->tap on weather widget->City detail view screen->more option->report wrong city name->observe What is the expected behavior? Link should get opened properly. What went wrong? Not redirecting to the Chrome Browser. Did this work before? N/A Chrome version: 60.0.3112.113 Channel: n/a OS Version: 7.1 Flash Version: Preconditions: 1. Chrome should be selected as default browser app from main settings. 2.Weather widget should Be added on home screen. 3. Clear data of Chrome Browser Framework Logs analysis : // after clicking on "report wrong city name" com.google.android.apps.chrome.Main Activity is trying to start. 09-07 17:27:26.571 1416 1431 I am_create_activity: [0,193175039,252,com.android.chrome/com.google.android.apps.chrome.Main,android.intent.action.VIEW,NULL,https://samsungfeedback.weather.com/...,612368384,com.samsung.android.weather] 09-07 17:27:26.581 1416 1431 I am_focused_activity: [0,com.android.chrome/com.google.android.apps.chrome.Main,startedActivity] // weather/.app.detail.DetailActivity Activity comes in pause state. 09-07 17:27:26.582 1416 1431 I am_pause_activity: [0,174097588,com.samsung.android.weather/.app.detail.DetailActivity] 09-07 17:27:26.607 5078 5078 I am_on_paused_called: [0,com.samsung.android.weather.app.detail.DetailActivity,handlePauseActivity] // com.google.android.apps.chrome.Main onCreate called. 09-07 17:27:26.615 1416 30098 I am_restart_activity: [0,193175039,252,com.android.chrome/com.google.android.apps.chrome.Main] // com.google.android.apps.chrome.Main onNewIntent called. 09-07 17:27:26.646 1416 17632 I am_new_intent: [0,193175039,252,com.android.chrome/com.google.android.apps.chrome.Main,android.intent.action.VIEW,NULL,https://samsungfeedback.weather.com/...,612368384,com.samsung.android.weather] // here chrome has requested finised self "app-request" 09-07 17:27:26.652 1416 2339 I am_finish_activity: [0,193175039,252,com.android.chrome/com.google.android.apps.chrome.Main,app-request] // focus comes again on weather Activity and resumed. 09-07 17:27:26.694 1416 24088 I am_resume_activity: [0,174097588,252,com.samsung.android.weather/.app.detail.DetailActivity] We want to know when this case get occurred i.e. why Chrome has requested Finish just after being called from newIntent?
,
Oct 17 2017
Closing this issue for now as we haven't heard a feedback from user. Please log a new issue with proper info. Thanks!! |
||
►
Sign in to add a comment |
||
Comment 1 by rbasuvula@chromium.org
, Sep 19 2017Labels: Needs-triage-Mobile Triaged-Mobile Needs-Feedback