| OLD | NEW |
| (Empty) |
| 1 // Copyright 2015 The Crashpad Authors. All rights reserved. | |
| 2 // | |
| 3 // Licensed under the Apache License, Version 2.0 (the "License"); | |
| 4 // you may not use this file except in compliance with the License. | |
| 5 // You may obtain a copy of the License at | |
| 6 // | |
| 7 // http://www.apache.org/licenses/LICENSE-2.0 | |
| 8 // | |
| 9 // Unless required by applicable law or agreed to in writing, software | |
| 10 // distributed under the License is distributed on an "AS IS" BASIS, | |
| 11 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |
| 12 // See the License for the specific language governing permissions and | |
| 13 // limitations under the License. | |
| 14 | |
| 15 :doctype: article | |
| 16 | |
| 17 = Project Status | |
| 18 | |
| 19 == Completed | |
| 20 | |
| 21 Crashpad currently consists of a crash-reporting client and some related tools | |
| 22 for Mac OS X and Windows. The core client work for both platforms is | |
| 23 substantially complete. Crashpad became the crash reporter client for | |
| 24 https://dev.chromium.org/Home[Chromium] on Mac OS X as of | |
| 25 https://chromium.googlesource.com/chromium/src/\+/d413b2dcb54d523811d386f1ff4084
f677a6d089[March | |
| 26 2015], and on Windows as of | |
| 27 https://chromium.googlesource.com/chromium/src/\+/cfa5b01bb1d06bf96967bd37e21a44
752801948c[November | |
| 28 2015]. | |
| 29 | |
| 30 == In Progress | |
| 31 | |
| 32 Initial work on a Crashpad client for | |
| 33 https://crashpad.chromium.org/bug/30[Android] has begun. This is currently in | |
| 34 the early implementation phase. | |
| 35 | |
| 36 == Future | |
| 37 | |
| 38 There are plans to bring Crashpad clients to other operating systems in the | |
| 39 future, including a more generic non-Android Linux implementation. There are | |
| 40 also plans to implement a https://crashpad.chromium.org/bug/29[crash report | |
| 41 processor] as part of Crashpad. No timeline for completing this work has been | |
| 42 set yet. | |
| OLD | NEW |