mirror of
				https://github.com/gnss-sdr/gnss-sdr
				synced 2025-10-31 07:13:03 +00:00 
			
		
		
		
	Catch exception
This commit is contained in:
		| @@ -449,7 +449,14 @@ int main(int argc, char** argv) | |||||||
|                 { |                 { | ||||||
|                     std::cout << " . "; |                     std::cout << " . "; | ||||||
|                 } |                 } | ||||||
|             channel_internal_queue.push(3); |             try | ||||||
|  |                 { | ||||||
|  |                     channel_internal_queue.push(3); | ||||||
|  |                 } | ||||||
|  |             catch (const boost::exception& e) | ||||||
|  |                 { | ||||||
|  |                     LOG(INFO) << "Exception caught while pushing to he internal queue."; | ||||||
|  |                 } | ||||||
|             try |             try | ||||||
|                 { |                 { | ||||||
|                     ch_thread.join(); |                     ch_thread.join(); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Carles Fernandez
					Carles Fernandez