Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Error handling for local tiled layer load failure #16

Merged
merged 2 commits into from
Feb 26, 2014
Merged

Error handling for local tiled layer load failure #16

merged 2 commits into from
Feb 26, 2014

Conversation

pheede
Copy link
Member

@pheede pheede commented Feb 26, 2014

Added error handling in case local tiled layer fails to load.

Added error handling in case local tiled layer fails to load.
}

[self logStatus:errmsg];
[SVProgressHUD popActivity];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should pop the SVProgressHUD only in the case of feature layer (because we only show it while loading online layers).

@dg0yal
Copy link
Member

dg0yal commented Feb 26, 2014

@pheede Just the one comment. I can merge this when you address it.
Thanks!

dg0yal added a commit that referenced this pull request Feb 26, 2014
Error handling for local tiled layer load failure
@dg0yal dg0yal merged commit 82da6d4 into Esri:master Feb 26, 2014
stoffen added a commit to stoffen/arcgis-runtime-samples-ios that referenced this pull request Aug 25, 2015
tid = 0x33cfd, 0x000000019669f270 libsystem_kernel.dylib`__pthread_kill + 8, queue = 'com.apple.root.default-qos', stop reason = signal SIGABRT
    frame #0: 0x000000019669f270 libsystem_kernel.dylib`__pthread_kill + 8
    frame Esri#1: 0x000000019673d160 libsystem_pthread.dylib`pthread_kill + 112
    frame Esri#2: 0x0000000196616aa0 libsystem_c.dylib`abort + 112
    frame Esri#3: 0x00000001956a9418 libc++abi.dylib`abort_message + 116
    frame Esri#4: 0x00000001956c8b74 libc++abi.dylib`default_terminate_handler() + 280
    frame Esri#5: 0x0000000195edc3dc libobjc.A.dylib`_objc_terminate() + 156
    frame Esri#6: 0x00000001956c5bb4 libc++abi.dylib`std::__terminate(void (*)()) + 16
    frame Esri#7: 0x00000001956c5478 libc++abi.dylib`__cxa_throw + 136
    frame Esri#8: 0x0000000100612f78 sblogg2014`Esri_runtimecore::Geodatabase::Sqlite_database::execute_sql(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) + 500
    frame Esri#9: 0x000000010061409c sblogg2014`Esri_runtimecore::Geodatabase::Sqlite_transaction::start() + 172
    frame Esri#10: 0x0000000100a3494c sblogg2014`Esri_runtimecore::Map_renderer::Feature_cache::Transaction::Transaction(Esri_runtimecore::Map_renderer::Feature_cache&) + 524
    frame Esri#11: 0x00000001003d299c sblogg2014`+[AGSGDBTransaction startTransactionForGeodatabase:] + 92
    frame Esri#12: 0x00000001003aee9c sblogg2014`-[AGSGDBFeature saveToTableWithTransaction:error:] + 132
    frame Esri#13: 0x00000001003b4600 sblogg2014`-[AGSGDBFeatureTable saveFeature:error:] + 84
  * frame Esri#14: 0x00000001000f0dbc sblogg2014`-[SBSolLocationManager flush](self=0x000000017030cd50, _cmd=0x00000001894621c8) + 7804 at SBSolLocationManager.m:275
    frame Esri#15: 0x00000001000eee3c sblogg2014`__45-[SBSolLocationManager flushDelayedIfRunning]_block_invoke_2(.block_descriptor=<unavailable>) + 48 at SBSolLocationManager.m:157
    frame Esri#16: 0x000000010217cfd4 libdispatch.dylib`_dispatch_call_block_and_release + 24
    frame Esri#17: 0x000000010217cf94 libdispatch.dylib`_dispatch_client_callout + 16
    frame Esri#18: 0x000000010218ab54 libdispatch.dylib`_dispatch_root_queue_drain + 2180
    frame Esri#19: 0x000000010218c248 libdispatch.dylib`_dispatch_worker_thread3 + 132
    frame Esri#20: 0x000000019673921c libsystem_pthread.dylib`_pthread_wqthread + 816
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants