Blame SOURCES/0014-Add-an-abstract-to-README.patch

78a2f7
From aae392dd807e84b8742c42cd40090a0e25c6b7d3 Mon Sep 17 00:00:00 2001
78a2f7
From: Jakub Filak <jfilak@redhat.com>
78a2f7
Date: Mon, 2 Dec 2013 16:49:30 +0100
78a2f7
Subject: [PATCH 14/39] Add an abstract to README
78a2f7
78a2f7
Related to rhbz#1055581
78a2f7
---
78a2f7
 README | 11 +++++++++++
78a2f7
 1 file changed, 11 insertions(+)
78a2f7
78a2f7
diff --git a/README b/README
78a2f7
index f9545bd..bf0f8f3 100644
78a2f7
--- a/README
78a2f7
+++ b/README
78a2f7
@@ -1,6 +1,17 @@
78a2f7
 README
78a2f7
 ------
78a2f7
 
78a2f7
+ABRT Java Connector is a JVM agent which reports a Java exceptions to ABRT. The
78a2f7
+agent can report both caught and uncaught exceptions but by default it reports
78a2f7
+only uncaught exceptions. In order to be able to report even uncaught
78a2f7
+exceptions, the agent must register several JVMTI event callbacks and the
78a2f7
+processing inside of those callbacks have not-insignificant impact on the
78a2f7
+performance of an entire application.
78a2f7
+
78a2f7
+
78a2f7
+Usage
78a2f7
+-----
78a2f7
+
78a2f7
 It needs to be compiled as a shared native library (.so) and then loaded into
78a2f7
 JVM using -agentlib command line parameter.
78a2f7
 
78a2f7
-- 
78a2f7
1.8.3.1
78a2f7