Parse dmesg when we die to determine if it was the OOM killer
[hiphop-php.git] / hphp / hack / src / stubs / hackEventLogger.ml
blobc509f079ec95739ada9479ea7b1f2c0eebcc1d01
1 (**
2 * Copyright (c) 2015, Facebook, Inc.
3 * All rights reserved.
5 * This source code is licensed under the BSD-style license found in the
6 * LICENSE file in the "hack" directory of this source tree. An additional grant
7 * of patent rights can be found in the PATENTS file in the same directory.
9 *)
11 let bad_exit _ _ ~is_oom:_ = ()
12 let init _ _ = ()
13 let init_done _ = ()
14 let load_read_end _ = ()
15 let load_recheck_end _ _ _ = ()
16 let load_script_done _ = ()
17 let load_failed _ = ()
18 let out_of_date _ = ()
19 let killed _ = ()
20 let lock_stolen _ = ()
21 let client_startup _ = ()
22 let client_begin_work _ = ()
23 let client_finish _ _ = ()
24 let check_response _ = ()
25 let build_differs _ _ _ = ()
26 let build_same _ _ = ()
27 let recheck_end _ _ _ _ _ = ()
28 let recheck_once_end _ _ _ = ()
29 let recheck_once_parsing_end _ _ = ()
30 let dfind_returned _ _ = ()