I have an app that uses KeyValueStore to save as-yet-unsaved values via KeyValueStore.
If I call it in Activity_Pause, it doesn't always complete the storing. It does when called from elsewhere.
I've added Log messages at a few useful points, and added Try/Catch/Log Exception/EndTry.
No clues so far as to why it doesn't always complete the last store, except... in the unfiltered log I find the following when the store & Log() doesn't complete.
What is the time limit for Activity_Pause ?
If I call it in Activity_Pause, it doesn't always complete the storing. It does when called from elsewhere.
I've added Log messages at a few useful points, and added Try/Catch/Log Exception/EndTry.
No clues so far as to why it doesn't always complete the last store, except... in the unfiltered log I find the following when the store & Log() doesn't complete.
Activity pause timeout for ActivityRecord{41bf4838 <apppath>/.main}
What is the time limit for Activity_Pause ?