Status Update
Comments
ge...@inboxzeromail.com <ge...@inboxzeromail.com> #2
After looking more into this issue, ViewModels are persisted using retained fragments. After adding retained fragments to the sample app, we can observe that retained fragments are not able to survive landscape lock and unlock scenario either.
ge...@inboxzeromail.com <ge...@inboxzeromail.com> #3
Hey, currently I can't reproduce your issue.
Link you provided doesn't work, in my simple test project I don't observe described issue.
Could you please say reupload your project somewhere else?
Could you please say what kind of lockscreen, do you use? (it may effect issue)
Could you reproduce this behavior on other devices?
Link you provided doesn't work, in my simple test project I don't observe described issue.
Could you please say reupload your project somewhere else?
Could you please say what kind of lockscreen, do you use? (it may effect issue)
Could you reproduce this behavior on other devices?
Description
What steps will reproduce the problem?
What is the expected output? What do you see instead?
Please provide any additional information below.
Trace:
googlecloudsdk/gcloud_main.py:169
gcloud_cli.Execute()
googlecloudsdk/calliope/cli.py:654
result = args.cmd_func(cli=self, args=ar...
googlecloudsdk/calliope/backend.py:1401
resources = command_instance.Run(args)
surface/preview/app/deploy.py:522
storage_client)
googlecloudsdk/api_app/deploy_app_command_util.py:170
_UploadFiles(files_to_upload, bucket_ref...
googlecloudsdk/api_app/deploy_app_command_util.py:113
args=(bucket_ref, path, sha1_hash, stora...
googlecloudsdk/core/util/retry.py:176
TryFunc, should_retry_if=should_retry, s...
googlecloudsdk/core/util/retry.py:234
self._RaiseIfStop(result, state)
googlecloudsdk/core/util/retry.py:109
raise MaxRetrialsException('Reached', re...
MaxRetrialsException: last_result=(None, (<class 'googlecloudsdk.calliope.exceptions.BadFileException'>, BadFileException('[/Users/gkarapetyan/Development/sourcetestbed/source-contexts.json] not found or not accessible',), <traceback object at 0x104c8a368>)), last_retrial=3, time_passed_ms=1,time_to_wait=0Installation information:
Google Cloud SDK [105.0.0]
Platform: [Mac OS X, x86_64]
Python Version: [2.7.10 |Anaconda 2.5.0 (x86_64)| (default, Oct 19 2015, 18:31:17) [GCC 4.2.1 (Apple Inc. build 5577)]]
Python Location: [/Users/gkarapetyan/anaconda/bin/python2]
Site Packages: [Disabled]
Installation Root: [/Users/gkarapetyan/google-cloud-sdk]
Installed Components:
[output truncated]