Communicate a backtrace to the constellation when panicking.

This commit is contained in:
Alan Jeffrey 2016-04-22 16:26:13 -05:00
parent 47efbea666
commit 9153333f62
10 changed files with 197 additions and 70 deletions

View file

@ -35,7 +35,7 @@ impl<T: Serialize + Deserialize> Clone for ConstellationChan<T> {
}
}
pub type PanicMsg = (Option<PipelineId>, String);
pub type PanicMsg = (Option<PipelineId>, String, String);
#[derive(Copy, Clone, Deserialize, Serialize, HeapSizeOf)]
pub struct WindowSizeData {